Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix object creation with correct precision type #78

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

Spomky
Copy link
Member

@Spomky Spomky commented Oct 31, 2024

Previously, the method incorrectly created an object with double precision instead of single precision. This commit corrects the precision type to ensure single-precision float objects are created as intended.

Target branch: 4.0.x
Resolves issue #

  • It is a Bug fix
  • It is a New feature
  • Breaks BC
  • Includes Deprecations

Previously, the method incorrectly created an object with double precision instead of single precision. This commit corrects the precision type to ensure single-precision float objects are created as intended.
@Spomky Spomky added the bug Something isn't working label Oct 31, 2024
@Spomky Spomky added this to the 4.0.0 milestone Oct 31, 2024
@Spomky Spomky self-assigned this Oct 31, 2024
@Spomky Spomky merged commit 0454287 into 4.0.x Oct 31, 2024
12 checks passed
@Spomky Spomky deleted the bugs/fix-zero-encoding branch October 31, 2024 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant